PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFPageRenderer Class / getPageImageBox Method
The horizontal resolution used for converting the vector PDF page to raster.
The vertical resolution used for converting the vector PDF page to raster.
In This Topic
    getPageImageBox Method
    In This Topic
    Gets the size in pixels of the page when converted to image at the specified resolution.
    Syntax
    public int[] getPageImageBox( 
       double dpiX,
       double dpiY
    )

    Parameters

    dpiX
    The horizontal resolution used for converting the vector PDF page to raster.
    dpiY
    The vertical resolution used for converting the vector PDF page to raster.

    Return Value

    Image size in pixels.
    See Also